home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / findutil.1 / findutil / findutils-4.1 / testsuite / Makefile.in < prev   
Encoding:
Makefile  |  1994-11-05  |  3.5 KB  |  119 lines

  1. # Makefile.in generated automatically by automake from Makefile.am.
  2. # Copyright (C) 1994 Free Software Foundation, Inc.
  3.  
  4. # This program is free software; you can redistribute it and/or modify
  5. # it under the terms of the GNU General Public License as published by
  6. # the Free Software Foundation; either version 2, or (at your option)
  7. # any later version.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12. # GNU General Public License for more details.
  13.  
  14. # You should have received a copy of the GNU General Public License
  15. # along with this program; if not, write to the Free Software
  16. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  17.  
  18. SHELL = /bin/sh
  19.  
  20. srcdir = @srcdir@
  21. top_srcdir = @top_srcdir@
  22. VPATH = @srcdir@
  23. prefix = @prefix@
  24. exec_prefix = @exec_prefix@
  25.  
  26. bindir = $(exec_prefix)/bin
  27. sbindir = $(exec_prefix)/sbin
  28. libexecdir = $(exec_prefix)/libexec
  29. datadir = $(prefix)/share
  30. sysconfdir = $(prefix)/etc
  31. sharedstatedir = $(prefix)/com
  32. localstatedir = $(prefix)/var
  33. libdir = $(exec_prefix)/lib
  34. infodir = $(prefix)/info
  35. mandir = $(prefix)/man
  36. includedir = $(prefix)/include
  37. oldincludedir = /usr/include
  38.  
  39. INSTALL = @INSTALL@
  40. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  41. INSTALL_DATA = @INSTALL_DATA@
  42. transform = @program_transform_name@
  43.  
  44. ALL = ${PROGRAMS} ${LIBPROGRAMS} ${SCRIPTS} ${LIBSCRIPTS} ${LIBFILES}
  45. SOURCES = 
  46. DIST_CONF = Makefile.am Makefile.in
  47. DIST_FILES = $(DIST_CONF) $(SOURCES) $(TEXINFOS) $(INFOS) $(MANS) $(DIST_OTHER)
  48.  
  49. XARGS = ../xargs/xargs
  50. XARGSFLAGS =
  51.  
  52. RUNTEST= runtest
  53. RUNTESTFLAGS=
  54.  
  55. DIST_OTHER = config/*.exp inputs/*.xi xargs.*/*.exp xargs.*/*.xo
  56. DIST_DIRS = config inputs xargs.gnu xargs.posix xargs.sysv
  57.  
  58. CLEANFILES = *.log *.sum site.exp site.bak
  59.  
  60. all:: ${ALL}
  61.  
  62. mostlyclean:
  63.     rm -f *.o core
  64.  
  65. clean: mostlyclean
  66.     rm -f $(PROGRAMS) $(LIBPROGRAMS) $(LIBFILES) $(TEXFILES) $(CLEANFILES)
  67.  
  68. distclean: clean
  69.     rm -f Makefile *.tab.c $(DISTCLEANFILES)
  70.     rm -f config.cache config.log config.status ${CONFIG_HEADER} stamp-h
  71.  
  72. realclean: distclean
  73.     rm -f TAGS $(INFOS)
  74.  
  75. dist: $(DIST_FILES) $(DIST_DIRS)
  76.     -mkdir ../`cat ../distname`/$(subdir)
  77.     @for file in $(DIST_FILES); do \
  78.       echo linking $$file; \
  79.       ln $(srcdir)/$$file ../`cat ../distname`/$(subdir)/$$file || \
  80.         { echo copying $$file instead; cp -p $(srcdir)/$$file ../`cat ../distname`/$(subdir)/$$file;}; \
  81.     done
  82.  
  83. check dvi info install uninstall::
  84.  
  85. tags:: TAGS
  86.  
  87. TAGS::
  88.     cd $(srcdir); etags $(SOURCES)
  89.  
  90. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  91. # Otherwise a system limit (for SysV at least) may be exceeded.
  92. .NOEXPORT:
  93.  
  94. check:: site.exp
  95.     @echo This only works if you have the DejaGNU runtest program installed...
  96.     $(RUNTEST) $(RUNTESTFLAGS) --tool xargs XARGS=${XARGS} \
  97.     XARGSFLAGS="${XARGSFLAGS}" --srcdir $(srcdir)
  98.  
  99. site.exp:
  100.     @echo "Making a new site.exp file..."
  101.     -@rm -f site.bak
  102.     -@mv site.exp site.bak
  103.     @echo "## these variables are automatically generated by make ##" > site.exp
  104.     @echo "# Do not edit here. If you wish to override these values" >> site.exp
  105.     @echo "# add them to the last section" >> site.exp
  106.     @echo "set tool xargs" >> site.exp
  107.     @echo "set srcdir ${srcdir}" >> site.exp
  108.     @echo "set objdir `pwd`" >> site.exp
  109.     @echo "## All variables above are generated by configure. Do Not Edit ##" >> site.exp
  110.     -@sed '1,/^## All variables above are.*##/ d' site.bak >> site.exp
  111.  
  112. $(DIST_DIRS): FORCE
  113.     -mkdir ../`cat ../distname`/$(subdir)
  114.     -for d in $(DIST_DIRS); do \
  115.     echo mkdir ../`cat ../distname`/$(subdir)/$$d; \
  116.     mkdir ../`cat ../distname`/$(subdir)/$$d; done
  117.  
  118. FORCE:
  119.